Vcenter NamespaceManagement Supervisors Logs ConfigurationSummary

Vcenter NamespaceManagement Supervisors Logs ConfigurationSummary
Vcenter NamespaceManagement Supervisors Logs ConfigurationSummary

The Vcenter NamespaceManagement Supervisors Logs ConfigurationSummary represents the summary of log streaming configuration set in the Supervisor for the given Vcenter NamespaceManagement Supervisors Logs ConfigurationCore UnitType. It includes whether the log streaming is enabled, the logging agent configuration and its status.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "status": "string",
    "message": "string",
    "enabled": false,
    "unittype": "string",
    "content": "string"
}
string
status
Required

Represents the status of configuration applied to the logging agent within the Supervisor.

For more information see: Vcenter NamespaceManagement Supervisors Logs ConfigurationSummary Status.

This property was added in vSphere API 9.1.0.0.

string
message
Required

Represents the human-readable message for a given status

This property was added in vSphere API 9.1.0.0.

boolean
enabled
Required

Specifies whether log streaming is enabled for the given unit type. If false, the content should have appropriate configuration to disable the log streaming for the given unit type. If true, the content should have appropriate configuration to enable the log streaming for the given unit type.

This property was added in vSphere API 9.1.0.0.

string
unittype
Required

Represents the Vcenter NamespaceManagement Supervisors Logs ConfigurationCore UnitType for which the logs needs to be streamed.

For more information see: Vcenter NamespaceManagement Supervisors Logs ConfigurationCore UnitType.

This property was added in vSphere API 9.1.0.0.

string
content
Required

Defines the configuration to be applied to the logging agent within the given unit type. The content should have a valid configuration based on the logging agent in the given unit type to stream the desired logs to the destination log server.

This property was added in vSphere API 9.1.0.0.